home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)Z / (A)Z7.ADF / _about.ICPUG next >
Text File  |  1986-10-31  |  7KB  |  162 lines

  1. con:0/0/640/200/ICPUG & THE AMIGA LIBRARY
  2.  
  3.                  THE INDEPENDENT COMMODORE PRODUCTS USERS GROUP
  4.                  ----------------------------------------------
  5. The only recognised Users' group for Commodore products in the UK, ICPUG can 
  6. offer many advantages for the Commodore user:
  7.  
  8.     ░ Over 70 local groups with regular meetings
  9.     ░ Superb newsletter - 80+ pages every two months
  10.     ░ Free software library for nearly every Commodore machine
  11.     ░ Help and advice
  12.     ░ Wide ranging discount scheme
  13.     
  14. 1986/7 UK subscription is ú10, although overseas members have different 
  15. subscriptions which reflect different postal rates. For details, please 
  16. send a stamped & addressed envelope to the Membership Secretary:
  17.  
  18.     Jack Cohen,
  19.     30, Brancaster Road,
  20.     Newbury Park,
  21.     ILFORD
  22.     Essex IG2 7EP
  23.  
  24. ||
  25.  
  26.                           THE ICPUG AMIGA LIBRARY
  27.                           -----------------------
  28.  
  29. There is a range of freely distributable software for the AMIGA, and ICPUG
  30. has collected, checked and sorted the items from a range of sources. The 
  31. principle one being the so-called FISH disks, a collection of programs 
  32. collected and checked by Fred Fish, from California. This has led the 
  33. ICPUG library to be nick-named "Filleted Fish".
  34.  
  35. There are other sources of such software, including databases such as 
  36. Compuserve, DELPHI and BIX in the USA and Compunet and PRESTEL in the UK. 
  37. Software companies may also release disks with demonstrations or 
  38. documentation and, of course, ICPUG members may contribute.
  39.  
  40. In general, most of the material in the ICPUG library is "public domain"
  41. (that is, copyright has been waived to allow free distribution or
  42. modification of the software) - however, many authors retain copyright on 
  43. their creations, although they are happy for them to be freely distributed 
  44. PROVIDED that the copyright notices are preserved.
  45.  
  46.  
  47. ||
  48.  
  49. As a matter of policy, only items known to be freely distributable are
  50. included in the library. This will be the case if they:
  51.  
  52.     contain explicit copyright notices permitting redistribution.
  53.  
  54.     contain an explicit notice placing them in the public domain.
  55.  
  56.     were posted to a publically accessable bulletin board and did not 
  57.     contain any copyright notice.
  58.  
  59.     were posted to a widely disseminated electronic network, thus 
  60.     implying their author/poster intended them to be freely distributed
  61.     but only if they contain no notice limiting distribution.
  62.  
  63.     have been provided by the author or distributor with written
  64.     confirmation that they may be freely distributed.
  65.  
  66. Any items subsequently discovered to have had copyright notices removed, or 
  67. were provided outside these guidelines, will be removed immediately from the 
  68. library.
  69.  
  70. ||
  71.  
  72. ICPUG AMIGA LIBRARY - ORGANISATION
  73.  
  74. As far as possible, applications/programs are contained in their own 
  75. directories together with source code and documentation when available (in 
  76. README, .DOC or POSTER files), with some disks having separate directories 
  77. for different sub-categories. Executable programs may have .LATTICE or .MANX
  78. (or similar) suffixes to indicate the compiler used.
  79.  
  80. All disks include library-related files, including this file (_about.ICPUG) 
  81. _about.this.disk (details of files on the disk) plus s/startup-sequence
  82. devs/system-configuration and .info files. Apart from the "s" and "devs"
  83. directories, all these files begin with "_" (underscore) to separate them. 
  84.  
  85. Some programs are only executable from the Command Line Interface (CLI). 
  86. This is usually done by typing the directory name followed by the program 
  87. name. For instance, the program FILEZAP may be executed by the sequence:
  88.  
  89.               df1:filezap/filezap filename
  90.  
  91. BASIC programs are generally restricted to AmigaBASIC (MicroSoft's BASIC
  92. for the Amiga) and these may be suffixed .MSB.
  93. ||
  94.  
  95. ICPUG AMIGA LIBRARY - ORGANISATION
  96.  
  97. Library disks are divided into several broad categories, and disks will
  98. normally contain as detailed a collection of files as possible. However, a
  99. GENERAL category is used for those not interested in source code. As far as 
  100. possible, these disks will be configured for running directly from WorkBench.
  101.  
  102.     Utilities    disk, file, C, graphics, printer, system, general
  103.     Text        including text processing and formatters
  104.     Audio        digitised sounds, audio demos & speech programs
  105.     Pictures    hi- medium- & lo-res pictures (most in IFF format)
  106.     Languages    compilers & interpreters and associated utilities
  107.     Recreation    Entertainment, including games
  108.     Examples    programming examples in C, BASIC etc.
  109.     Comms        including terminal emulators & comms utilities
  110.     Documents    misc documentation files (generally fairly advanced)
  111.     Demos        misc demonstrations (use from WorkBench)
  112.     Graphics    variety of graphics programs
  113.     
  114. Copies of the executable files should be put onto the user's own disks as 
  115. it is NOT intended that the ICPUG library disk be used as a working disk.
  116. ||
  117.  
  118. The "about.this.disk" file (readable through WorkBench or CLI) contains
  119. details of the programs as in the following example from UTILITY_1:
  120.  
  121. disk/DiskSalv/    by Dave Haynie (Fish 20)
  122.    DiskSalv    Makes a valiant attempt at copying a corrupted
  123.         disk - recreates directories as required
  124.    DiskSalv.c    Source Code
  125.    POSTER    detailed documentation
  126.  
  127. The first line contains the directory path to get at the file (in this
  128. case the files are in the DISKSALV subdirectory of DISK) - the author(s)
  129. names and the source of the software (in this case, Fish disk number 20).
  130.  
  131. The executable file(s) are given first (with brief description), followed
  132. by the source files (of which there may be MANY!) and finally, details of
  133. the documentation provided.
  134.  
  135. Occasionally, MAKE files are included, and these are intended for use with
  136. MAKE utilities during compilation.
  137.  
  138.  
  139. ||
  140.  
  141. ICPUG AMIGA LIBRARY
  142.  
  143. Any contributions to the Amiga library are welcome. Please send them, with
  144. as much documentation (on disk!) as possible, and include source code where
  145. possible, details of how the program should be compiled and a statement of 
  146. the status of the program as far as copyright is concerned. Address them to:
  147.  
  148.     Mike Todd,
  149.     27, Nursery Gardens,
  150.     Welwyn Garden City
  151.     Herts AL7 1SF
  152.  
  153. Details of the complete ICPUG Amiga library and how to obtain copies of the
  154. disks can be obtained from the same address (include a stamped and addressed 
  155. envelope please). The general rule is that up to five disks (they do not
  156. need to be formatted) should be sent to the appropriate librarian with return
  157. packaging and postage included.
  158.  
  159. It is very difficult for ICPUG to answer detailled enquiries regarding the
  160. library disks - but we would welcome reports of serious problems that may
  161. be encountered with the software.
  162.